REPORTER-BUGZILLA(1) | LIBREPORT MANUAL | REPORTER-BUGZILLA(1) |
NAME¶
reporter-bugzilla - Reports problem to Bugzilla.
SYNOPSIS¶
reporter-bugzilla [-vbf] [-c CONFFILE] -d DIR
Or:
reporter-bugzilla [-v] [-c CONFFILE] [-d DIR] -t[ID] FILE...
Or:
reporter-bugzilla -h DUPHASH
DESCRIPTION¶
The tool reads problem directory DIR. Then it logs in to Bugzilla and tries to find a bug with the same abrt_hash:HEXSTRING in Whiteboard.
If such bug is not found, then a new bug is created. Elements of DIR are stored in the bug as part of bug description or as attachments, depending on their type and size.
Otherwise, if such bug is found and it is marked as CLOSED DUPLICATE, the tool follows the chain of duplicates until it finds a non-DUPLICATE bug. The tool adds a new comment to found bug.
The URL to new or modified bug is printed to stdout and recorded in reported_to element in DIR.
Configuration file¶
Configuration file lines should have PARAM = VALUE format. The parameters are:
Login
Password
BugzillaURL
SSLVerify
OSRelease
Parameters can be overridden via $Bugzilla_PARAM environment variables.
Integration with ABRT events¶
reporter-bugzilla can be used as an ABRT reporter. Example fragment for /etc/libreport/report_event.conf:
# Report Python crashes EVENT=report_Bugzilla analyzer=Python
reporter-bugzilla -d . -c /etc/libreport/plugins/bugzilla.conf
OPTIONS¶
-d DIR
-c CONFFILE
-b
-f
-t[ID]
-h, --duphash
SEE ALSO¶
abrt_event.conf
AUTHORS¶
06/22/2018 | LIBREPORT 2.0.9.1 |